home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Gamers Delight 2
/
Gamers Delight 2.iso
/
Aminet
/
game
/
board
/
IGNUChess151.lha
/
GNUChess-1.51
/
Proto.h
< prev
next >
Wrap
Text File
|
1994-02-10
|
582b
|
17 lines
/************************************************************************/
/* Prototypes for GNUChess Functions */
/************************************************************************/
int VerifyMove(char *, short, unsigned short *);
void NewGame(void);
void algbr(short, short, short);
int SelectMove(short, short);
void MoveList(short, short);
int castle(short, short, short, short);
void InitializeStats(void);
int SqAtakd(short, short);
void ScorePosition(short, short *);
short SqValue(short, short);
void ExaminePosition(void);
short distance(short, short);